body{font-family: "microsoft yahei";line-height: 2; margin: 0; padding: 0; font-size: 16px; color: #585656; text-align: justify;}
ul,li,h3,dl,dt,dd,i,table,tr,td,img,p{margin: 0; padding: 0; list-style: none; border: 0;}
a{color: #696969; text-decoration: none;}
a:hover{text-decoration: none;}
img{max-width: 100%;width: auto\9!important;}

.container{
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
} 
.full-container{
	width: 100%;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clear{
  clear: both;
}
/* 单行超出。。。 */
.over{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 多行超出。。。 */
.over2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.over3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*鼠标经过出现阴影*/
.hover-shadow{
	position: relative;
	top: 0;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.hover-shadow:hover{
	top: -5px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	box-shadow:0px 0px 18px 7px rgba(69,96,172,0.2);
}
/*鼠标经过出旋转360°*/
 .hover-360{
            transition: All 0.3s ease-in-out;
            -webkit-transition: All 0.3s ease-in-out;
            -moz-transition: All 0.3s ease-in-out;
            -o-transition: All 0.3s ease-in-out;
        }

.hover-360:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}



.zycon{min-height: 600px;}
#c_right_content
{ 
  padding-top:30px;
}
#a_title
{
  font-size:24px;
  color:#333;
  line-height:40px;  
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
#a_info
{
  border-bottom:1px dashed #ccc;
  margin-bottom: 20px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  line-height:30px;
  position: relative;
}
#a_info span
{
  font-size:14px;
  color:#666;
  margin-right:15px;
}
#a_content
{
  
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:15px #FAFCFE solid;
  min-height:200px;
}
.lujing{border-bottom:1px solid #ccc; line-height: 40px; margin-bottom: 10px; padding-left: 20px;}
.video{width: 600px; margin: auto;}
.page {text-align: center;clear: both; padding: 20px;}
.page span.close,
.page strong,
.page a {display: inline-block;padding: 3px 3px;margin-right: 10px;}
.selfpage{background:  #d22e2f; color: #fff;}
.selfpage a{color: #fff;}
.close{float: none; font-size: 14px; font-weight: normal; opacity: 1;}
#a_list
{
  
  margin-left:auto;
  margin-right:auto;
}
#a_list li
{
  padding-left:5px;
  border-bottom:1px dashed #D8D8D8;
}
#a_list li a
{
  color:#333;
  font-size:15px;
  line-height:40px;
  font-size:'宋体';
  padding-left:17px;
  background:url('../img/go.gif') no-repeat left center;
}
#a_list li a:hover
{
  color:#000;
  text-decoration:underline;
}
#a_list li span
{
  width:120px;
  font-size:14px;
  line-height:40px;
  float:right;
  color:#06C;
}

.sy{text-align: center; clear: both;}
.sy a{margin-right: 20px; }



#moquu_top,#moquu_wxin,#moquu_wshare {
  z-index:2;
  width:30px;
  height:30px;
  right:10px;
  position:fixed;
  cursor:pointer;
  _position:absolute;
  _bottom:auto;
  _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}



#topcontrol{background:#4c4c4c; height:30px; width:30px; border-radius:4px;}

@media (max-width: 768px){
	
	.hidden-pc{display: none;}
}
@media (min-width: 768px){
	.hidden-wap{display: none;}
	
}

